net/http.http2Transport.timeSince (method)

3 uses

	net/http (current package)
		h2_bundle.go#L7634: func (t *http2Transport) timeSince(when time.Time) time.Duration {
		h2_bundle.go#L8543: 	return cc.idleTimeout != 0 && !cc.lastIdle.IsZero() && cc.t.timeSince(cc.lastIdle.Round(0)) > cc.idleTimeout
		h2_bundle.go#L10912: 		ci.IdleTime = cc.t.timeSince(cc.lastActive)